From 1772b78c33fcd3f475269a342cc4cab8f285bf97 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Jun 2015 16:35:27 +0100 Subject: [PATCH] libxl: Change an internal comment to say `bail' rather than `abort' Signed-off-by: Ian Jackson Acked-by: Wei Liu --- tools/libxl/libxl_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h index e2c52996a9..5004ef3c60 100644 --- a/tools/libxl/libxl_internal.h +++ b/tools/libxl/libxl_internal.h @@ -2380,7 +2380,7 @@ struct libxl__multidev { * any stale entry * for loop -- xs transaction * open xs transaction - * check device existence, abort if it exists + * check device existence, bail if it exists * write in-memory json config to disk * commit xs transaction * end for loop -- 2.30.2